HomeSort by relevance Sort by last modified time
    Searched refs:p_req (Results 1 - 8 of 8) sorted by null

  /system/bt/bta/include/
bta_gatts_co.h 51 * informaiton. The request consists of the cmd and p_req and
55 * p_req - request paramters
64 tGATTS_SRV_CHG_REQ* p_req,
  /system/bt/stack/sdp/
sdp_server.cc 55 uint16_t param_len, uint8_t* p_req,
59 uint16_t param_len, uint8_t* p_req,
63 uint16_t param_len, uint8_t* p_req,
116 uint8_t* p_req = (uint8_t*)(p_msg + 1) + p_msg->offset; local
117 uint8_t* p_req_end = p_req + p_msg->len;
125 if (p_req + sizeof(pdu_id) + sizeof(trans_num) > p_req_end) {
133 pdu_id = *p_req++;
136 BE_STREAM_TO_UINT16(trans_num, p_req);
138 if (p_req + sizeof(param_len) > p_req_end) {
144 BE_STREAM_TO_UINT16(param_len, p_req);
    [all...]
  /system/bt/stack/btm/
btm_ble_bgconn.cc 610 tBTM_BLE_CONN_REQ* p_req = (tBTM_BLE_CONN_REQ*)list_node(node); local
611 tL2C_LCB* p_lcb = (tL2C_LCB*)p_req->p_param;
618 p_req);
619 l2cu_release_lcb((tL2C_LCB*)p_req->p_param);
620 osi_free((void*)p_req);
636 tBTM_BLE_CONN_REQ* p_req; local
639 p_req = (tBTM_BLE_CONN_REQ*)fixed_queue_try_dequeue(
641 if (p_req != NULL) {
642 tL2C_LCB* p_lcb = (tL2C_LCB*)(p_req->p_param);
645 osi_free(p_req);
    [all...]
  /system/bt/btif/src/
btif_core.cc 747 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; local
748 bt_property_t* p_prop = &(p_req->write_req.prop);
757 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; local
760 prop.type = p_req->read_req.type;
822 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; local
823 prop.type = p_req->read_req.type;
828 &(p_req->read_req.bd_addr), &prop);
830 &(p_req->read_req.bd_addr), 1, &prop);
833 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; local
835 &(p_req->write_req.bd_addr), &(p_req->write_req.prop))
838 btif_storage_req_t* p_req = (btif_storage_req_t*)p_param; local
    [all...]
  /system/bt/btif/co/
bta_gatts_co.cc 112 * informaiton. The request consists of the cmd and p_req and
116 * p_req - request paramters
125 UNUSED_ATTR tGATTS_SRV_CHG_REQ* p_req,
  /system/bt/bta/gatt/
bta_gatts_act.cc 44 tGATTS_SRV_CHG_REQ* p_req,
104 tGATTS_SRV_CHG_REQ* p_req,
107 (tGATTS_SRV_CHG_REQ*)p_req,
  /system/bt/stack/include/
gatt_api.h 645 tGATTS_SRV_CHG_REQ* p_req,
    [all...]
  /system/bt/stack/avdt/
avdt_scb_act.cc 1220 AvdtpSepConfig *p_req, *p_cfg; local
    [all...]

Completed in 821 milliseconds