HomeSort by relevance Sort by last modified time
    Searched full:p_descr_type (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_api.c 577 p_buf->p_descr_type = NULL;
613 p_buf->p_descr_type = (tBTA_GATT_ID *)(p_buf + 1);
615 memcpy(p_buf->p_descr_type, &p_descr_id->descr_id, sizeof(tBTA_GATT_ID));
753 p_buf->p_descr_type = (tBTA_GATT_ID *)(p_buf + 1);
754 memcpy(p_buf->p_descr_type, &p_char_descr_id->descr_id, sizeof(tBTA_GATT_ID));
759 p_buf->p_value = (UINT8 *)(p_buf->p_descr_type + 1);
    [all...]
bta_gattc_act.c     [all...]
bta_gattc_int.h 132 tBTA_GATT_ID *p_descr_type; member in struct:__anon5181
141 tBTA_GATT_ID *p_descr_type; member in struct:__anon5182
bta_gattc_cache.c     [all...]

Completed in 277 milliseconds