Lines Matching full:req_id
645 static void on_l2cap_write_done(void* req_id, uint16_t len, uint32_t id)
649 if (req_id != NULL) {
650 osi_free(req_id); //free the buffer
670 static void on_l2cap_write_fixed_done(void* req_id, uint16_t len, uint32_t id)
674 if (req_id != NULL) {
675 osi_free(req_id); //free the buffer
781 on_l2cap_write_done(UINT_TO_PTR(p_data->l2c_write.req_id), p_data->l2c_write.len, sock_id);
786 on_l2cap_write_fixed_done(UINT_TO_PTR(p_data->l2c_write_fixed.req_id), p_data->l2c_write.len, sock_id);
1040 /* Apparently we hijack the req_id (UINT32) to pass the pointer to the buffer to
1068 // the |req_id| parameter of BTA_JvL2capWriteFixed and