Home
last modified time | relevance | path

Searched refs:MGMT_OP_SET_SERVICE_CACHE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/include/net/bluetooth/
Dmgmt.h89 #define MGMT_OP_SET_SERVICE_CACHE 0x000C macro
/linux-2.6.39/net/bluetooth/
Dmgmt.c719 return cmd_status(sk, index, MGMT_OP_SET_SERVICE_CACHE, EINVAL); in set_service_cache()
723 return cmd_status(sk, index, MGMT_OP_SET_SERVICE_CACHE, ENODEV); in set_service_cache()
738 err = cmd_complete(sk, index, MGMT_OP_SET_SERVICE_CACHE, NULL, in set_service_cache()
1319 case MGMT_OP_SET_SERVICE_CACHE: in mgmt_control()