Searched defs:read_req (Results 1 - 2 of 2) sorted by relevance
/system/bt/btif/src/ |
H A D | btif_core.c | 91 btif_storage_read_t read_req; member in union:__anon645 836 prop.type = p_req->read_req.type; 904 prop.type = p_req->read_req.type; 908 status = btif_storage_get_remote_device_property(&(p_req->read_req.bd_addr), 911 status, &(p_req->read_req.bd_addr), 1, &prop); 922 btif_in_get_remote_device_properties(&p_req->read_req.bd_addr); 1017 memset(&(req.read_req.bd_addr), 0, sizeof(bt_bdaddr_t)); 1018 req.read_req.type = type; 1159 memcpy(&(req.read_req.bd_addr), remote_addr, sizeof(bt_bdaddr_t)); 1160 req.read_req [all...] |
/system/bt/stack/include/ |
H A D | gatt_api.h | 364 tGATT_READ_REQ read_req; /* read request, read by Type, read blob */ member in union:__anon1106
|
Completed in 1076 milliseconds